home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13334 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  537 b 

  1. Path: crcnews.unl.edu!cse!teg
  2. From: teg@cse.unl.edu (Brian Tegtmeier)
  3. Newsgroups: comp.lang.c++
  4. Subject: Response: Clear Screen
  5. Date: 25 Mar 1996 04:45:32 GMT
  6. Organization: Dept of CS&E -- University of Nebraska-Lincoln
  7. Message-ID: <4j58dc$co7@crcnis3.unl.edu>
  8. NNTP-Posting-Host: cse.unl.edu
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. To clear the screen in a C program in the Unix environment use a system call.
  12.  
  13.      system("clear");
  14.  
  15. I could use some help in using tin to post a thread to an existing article as yoyou may be able to tell.
  16.  
  17.